home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- sound stop 1
- sound stop 2
- end
-
- on enterFrame
- global PrevMovie, STIcks
- set STIcks to the ticks
- if (PrevMovie <> "body") or (PrevMovie <> "power") then
- set PrevMovie to "body"
- end if
- set xx to line random(9) of field ("loadText." & PrevMovie)
- if xx = EMPTY then
- put line 1 of field "loadText.Body" into field "stageText"
- else
- put xx into field "stageText"
- end if
- puppetSprite(1, 1)
- set the locH of sprite 1 to 91
- updateStage()
- end
-